﻿    html,body{width:100%;height:100%;overflow:hidden;margin:0;}
    .g-hd,.g-sd,.g-mn,.g-ft{position:absolute;left:0;}
    .g-hd,.g-ft{width:100%;}
    .g-sd,.g-mn{top:60px;bottom:0;_height:100%;overflow:auto;}
    .g-hd{top:0;height:60px;}
    .g-sd{width:300px;}
    .g-mn{_position:relative;left:300px;right:0;_top:0;_left:0;_margin-left:300px;}
    .g-ft{bottom:0;height:40px;}
    *{
    font-size:9pt;
    }
    body{
        font-family:微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
        margin: 0;
        padding: 0;
    }
    .float-left {
    float: left;
    }

    .float-right {
    float: right;
    }

    .clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    }
.tools_bar {
    padding-left: 5px;
    height: 45px;
    border: #ccc 1px solid;
    border-top:none;
    overflow:hidden;
    white-space:nowrap;
    background: #F7F7F7; 
}

.tools_btn {
   cursor: pointer;
    float: left;
    display: block;
    padding: 4px 5px 0px;
    margin: 0px 5px;
    text-decoration-line: none;
}
.tools_btn:hover{
     /*border:1px solid #ccc;*/
     border:none;
    background:#e5e5e5;
    border-radius:4px;
}
.tools_btn>div:last-child{
    color:#333333;
}
.tools_btn-hover {
    /*border:1px solid #ccc;*/
    border:none;
    background:#e5e5e5;
    border-radius:4px;
}
.tools_btn span {
    display: block;
    padding: 0 10px 0 0;
    background: none;
}
.tools_btn-hover span {
    background: url(../images/tools_btn_bg.gif) no-repeat right -39px;
}
.tools_btn span b {
    font-weight: normal;
    display: block;
    padding: 22px 0 5px;
    line-height: 15px;
}
.tools_separator
{
    float: left;
    display: block;
    height: 35px;
    margin-top:5px;
    margin-left:2px;
    margin-right:2px;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
}
.tools_bar .search_box{ float:right; margin:10px 10px 0 0; }
.btnSearch{ padding:0 15px; height:24px; line-height:20px;  border:1px solid #A8A8A8; background:url(../images/btn_bg.gif) repeat-x; cursor:pointer; vertical-align:middle; overflow:hidden; }
.btnSearch:hover{ background-position:0 -22px;  }
.txtInput{ padding:0 3px 0 3px; height:22px; line-height:22px; background:#fff; border:1px solid #ccc; vertical-align:middle; font-size:12px; font-family:'微软雅黑'; }
.btnbartitle
{
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    padding-bottom:1px;
    background-image: url('../images/column-header-bg.png');
    background-repeat: repeat-x;
    height: 27px;
    font-weight: bold;
}
.btnbartitle div
{
    color:#666;
    padding: 5px;
}
.big_mark {
    height:48px;
    border:3px solid red;
    position:fixed;
    left:28%;
    top:20rem;
    text-align:center;
    line-height:48px; 
    color:red;
    font-size:28px;
    font-weight:700 ;
    transform:rotate(25deg);
    z-index:1002;
    padding:0 2em;
}

.iconfont.iconButtom{
    font-size:18px;
}
.iconBox{
    text-align:center;
    color: #1c6a9e;
    height: 18px;
    margin-bottom: 2px;
}
.iconBox>i{
    position:relative !important;
    top:auto;
    left:auto;
}

.iconfont.icon-calendar2.btn-datepicker{
        top:3px;
    }
.calendar_img{
    width:20px;
    height:auto;
}
